home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / M / LSC215.cpt / About LSC 2.15 next >
Encoding:
Text File  |  1988-01-19  |  1.8 KB  |  66 lines  |  [TEXT/KAHL]

  1.  
  2. About LightspeedC 2.15
  3. ----------------------
  4.  
  5. This file describes the update from LSC 2.13 to 2.15.  You must already
  6. have the 2.13 update.  Version 2.15 has:
  7.  
  8.     •    Bugfixes to five functions in MacTraps:
  9.     
  10.             SlotVInstall
  11.             SlotVRemove
  12.             SIntInstall
  13.             SIntRemove
  14.             GetDCtlEntry
  15.         
  16.     •    New stdio and math libraries, with many bugs fixed.
  17.     
  18.     •    Additional function prototypes in math.h and proto.h.
  19.  
  20. The two versions are otherwise identical.  Most people who have 2.13
  21. should feel no need to upgrade to 2.15.  If you choose to apply the
  22. update, you must download LSC215.SIT.  (If you choose not to, you can
  23. still fix GetDCtlEntry; see below.)
  24.  
  25.  
  26. What you get
  27. ------------
  28.  
  29. This update consists of four files:
  30.  
  31.     About LSC 2.15 (this file)
  32.     SlotTraps.a.π
  33.     stdio
  34.     math
  35.     math.h
  36.     proto.h
  37.  
  38. Source code for the new stdio and math libraries is available from THINK,
  39. but cannot be made available on a public forum.
  40.  
  41.  
  42. What you do
  43. -----------
  44.  
  45. To install the changes to MacTraps:
  46.  
  47.     •    Using FEdit or similar utility, apply a patch to MacTraps.
  48.         This fixes a bug in GetDCtlEntry.
  49.         
  50.             Find:        205F  301F  5240  4440  E448
  51.             Change to:      "     "     "     "   E548
  52.         
  53.     •    Place the SlotTraps.a.π file in the same folder as MacTraps.
  54.         Open the MacTraps project, select the SlotTraps.a.π entry in
  55.         the project window, and choose "Load Project" from the "Source"
  56.         menu.  Quit LSC.  The SlotTraps.a.π file can now be deleted.
  57.  
  58. The new stdio and math libraries simply replace the old ones; no
  59. installation is necessary.
  60.  
  61. Remember, each of your projects which uses MacTraps, stdio, or math
  62. must be updated to use the revised libraries.  In each project, select
  63. each revised library in the project window and choose "Load Project"
  64. from the "Source" menu.  Or, bring up the "Make" window and click "Use
  65. Disk"; this will force LSC to notice the new libraries.
  66.